github: fix CI apt dependencies
authorÁlvaro Fernández Rojas <[email protected]>
Mon, 3 Nov 2025 06:38:52 +0000 (07:38 +0100)
committerÁlvaro Fernández Rojas <[email protected]>
Mon, 3 Nov 2025 07:01:05 +0000 (08:01 +0100)
We need to run 'apt update' before installing the APT packages.

Signed-off-by: Álvaro Fernández Rojas <[email protected]>
.github/workflows/ci.yml

index 5a555408eaed5e86b8a782c36987c2538fb76c24..9ec2c917267f782d3042c8c7d3db1ff622d24742 100644 (file)
@@ -77,6 +77,7 @@ jobs:
 
       - name: Install dependencies
         run: |
+          sudo apt update
           sudo apt install ${{ matrix.packages }}
 
       - name: Prepare build